type runtime.pallocData
8 uses
runtime (current package)
mgcscavenge.go#L900: func (m *pallocData) findScavengeCandidate(searchIdx uint, min, max uintptr) (uint, uint) {
mpagealloc.go#L239: chunks [1 << pallocChunksL1Bits]*[1 << pallocChunksL2Bits]pallocData
mpagealloc.go#L338: func (p *pageAlloc) tryChunkOf(ci chunkIdx) *pallocData {
mpagealloc.go#L349: func (p *pageAlloc) chunkOf(ci chunkIdx) *pallocData {
mpagecache.go#L129: var chunk *pallocData
mpallocbits.go#L427: type pallocData struct {
mpallocbits.go#L434: func (m *pallocData) allocRange(i, n uint) {
mpallocbits.go#L442: func (m *pallocData) allocAll() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |